home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / comm / cnet / cnet_who.lha / Who / WHO_HISTORY! < prev    next >
Text File  |  1996-08-26  |  23KB  |  400 lines

  1. ============================================================================
  2.                  CNet WHO's, v2.64 HISTORY! File by Dotoran
  3. ============================================================================
  4.  
  5. -- v2.64 --
  6.     - Release Date: August 26, 1996!
  7.     - Ooops! I neglected to notice that the "Idle" timers were goofed up in
  8.       the 2.63 version, so I had to fix that, in addition to also making the
  9.       following changes and additions:
  10.         - The Idle Time display has changed again. It now uses a format of:
  11.  
  12.                     2 h 37 m 22 s
  13.  
  14.           to show the time in hours, minutes and seconds. An additional
  15.           toggle was also added to the CONFIG file which will also allow
  16.           you to list a "days" value, like this:
  17.  
  18.                     1d3h 22m 8s
  19.  
  20.           The "days" value `hugs' the minutes value, so as not to word wrap
  21.           the entire display, however colors are used in such a way as to
  22.           make it more readable than appears above.
  23.         - Two additional definable color values have been added to Config
  24.           for the Idle Time Digits and the Idle Time d-h-m-s characters,
  25.           instead of using colors defined for other things.
  26.         - I made an addition to the screen displays in the config module,
  27.           so that you'll know which module you're currently editing. (Look
  28.           in the upper right corner of any screen to see which one).
  29.         - I slightly expanded upon the "Fake Idle Minutes" value setting,
  30.           where you now enter TWO values, a MINIMUM and MAXIMUM value. Now,
  31.           if a user is online, but HIDDEN from other port(s), when one of
  32.           those ports happens to use a WHO command, a random value BETWEEN
  33.           these two designated values will be selected and ADDED to the
  34.           total number of minutes the user USING the WHO command has been
  35.           online. This should hopefully make it appear that that port really
  36.           IS empty(and HAS been for a fair amount of time).
  37.         - It is now possible to create BBSMENU entries that contain an
  38.           argument for a WHO module. (Helpful with the LONG module) You can
  39.           then create additional commands, like this one:
  40.  
  41.                 WQ, Who Quick  `3-  | {#0<path>Who/Long Q}
  42.  
  43.           The "WQ" command can then be used to view the QUICK "long" Who
  44.           display, without having to type "who q", etc.
  45.  
  46.         - Numerous instances of "transposed" characters which were caused by
  47.           my faulty motherboard in the past were also located and fixed in
  48.           the displays used for the LONG who module.
  49.  
  50. -- v2.63 --
  51.     - Release Date: August 23, 1996!
  52.     - Hooooo hummmmmmm.... hehe. Once again, v4.21 of CNet had changes made
  53.       to it which affected the "power" getuser values used by this program,
  54.       so yet AGAIN, it needed to be modified. This version will run on the
  55.       3.xx versions and v4.21, but NOT v4.00 thru 4.13c. Hopefully, it'll
  56.       last a few versions PAST v4.21, but we'll have to wait and see!
  57.  
  58. -- v2.62 --
  59.  
  60.     - Release Date: June 19, 1996!
  61.     - Well, as Cnet changes, so do the pfiles that run on it! :-) When the
  62.       4.12c version of Cnet was released, I discovered that some of the
  63.       MainPort{} GetUser values(the 7-digit ones starting with a "2") no
  64.       longer worked correctly. Namely the one that read your highest
  65.       loaded port, and(more importantly), the one that read the hide/muffle
  66.       statuses of the different ports. This version received a new routine
  67.       to the end of each module that will set the right getuser values to
  68.       use, regardless of the version of CNet being used. It's set to use
  69.       the NEW values IF your version number is GREATER than 4.11, so this
  70.       SHOULD make it compatible with whatever other new versions Ray puts
  71.       out, unless of course we get even MORE changes! Don't you just LOVE
  72.       change?!?!? hehe
  73.  
  74. -- v2.61 --
  75.  
  76.     - Release Date: May 8, 1996!
  77.     - As stated in the note under the 2.60 revision, CNet, v4.11 has gone
  78.       back to using the UUCP naming scheme for mail directories. This CNet
  79.       Who version is compatible with 3.05c-3.99 & 4.11 (and beyond), but it
  80.       will NOT work on a version of CNet between 4.00 and 4.10.
  81.     - The PATH where you wish to store this file has been "automated". You
  82.       can place the "Who/" directory ANYWHERE on your system, then start
  83.       using the files with NO MORE WORK involved. NO VARIABLES have to be
  84.       set for this to work correctly. As long as you leave ALL COMMAND FILES
  85.       inside the "Who/" directory, it'll work like a charm.
  86.  
  87. -- v2.60 --
  88.  
  89.     - Release Date: April 22, 1996!
  90.     - Updated for CNet, v4.10. Will NOT run on v3.xx CNet Systems.
  91.     - All command files received updates of one form or another.
  92.     - Fixed a bug in the Short & Normal modules that resulted in the CONFIG
  93.       file not being able to be loaded when using the "C" argument.
  94.  
  95. NOTE: The new developers of CNet Amiga, Heavy Metal & Todd Knight have
  96.       stated that, as of CNet, v4.11, the mail directories will go back to
  97.       using the serial id number, instead of the oddball hexadecimal names,
  98.       so this file will need updating AGAIN shortly. (That's ok, I found a
  99.       bug anyways!)
  100.  
  101. -- v2.51 --
  102.  
  103.     - Release Date: October 15, 1995! (6 Hours Later!)
  104.     - A fellow SysOp(Mugwump/Nate) pointed out an interesting error:
  105.         - I'm using the OFFSET() function to tweak values out of memory, so
  106.           I don't have to directly address each port(which freezes the ports
  107.           ability to do anything else). Anyways, this OFFSET() function is
  108.           a SUPPORT function, which requires the "rexxsupport.library" to
  109.           be loaded, which I was forgetting to load within the files.
  110.         - while looking for the above problem, I also ran across another
  111.           problem dealing with using the arguments with the W, WH and WHO
  112.           commands. If you used an argument that wasn't supported, you'd be
  113.           given one error message, and if you used a numeric value outside
  114.           the valid port range, you'd be given a different error message.
  115.           each module will now revert to showing the help format text if an
  116.           unknown argument(or out of range numeric value) is specified.
  117.         - I also replaced the PARSER routine with a newer routine that I
  118.           could specify a maximum value for, so if you only run 5 ports and
  119.           a user specified something like WHO 10, they'd be given the Help
  120.           Format text as well.
  121.  
  122. -- v2.50 --
  123.  
  124.     - Release Date: October 15, 1995!
  125.     - An unexpected release, mainly due to the HD crash I had in April,
  126.       where I lost all my CNet Who 3.0 coding, and since I'm not sure as
  127.       to WHEN I'll get around to reconstructing what I lost of 3.0, I
  128.       thought I'd spruce up the existing version in the interim.
  129.     - Changes, etc:
  130.         - User Banners, Glimpse & History files are now stored in their
  131.           UUCP Directories, instead of within the "pfiles:who/" directory,
  132.           so that if a user is ever deleted from your system, these files
  133.           can then be deleted as well.
  134.         - The glimpse and history files are no longer preloaded into RAM,
  135.           as they aren't used enough to warrant this. The glimpses are only
  136.           used when users choose to use the LONG WHO version, while the
  137.           history files are only used if a user specifically requests to
  138.           have one shown to them.
  139.         - The above files were RENAMED as well, so each user can have the
  140.           following files in their mail directories: _Banners, _Glimpse,
  141.           and _History.
  142.         - The CONFIG file was greatly modified:
  143.             - Now uses the VDE scheme, instead of the DDE (Dotoran Data
  144.               Editor). It's a 100% compatible VDE interface now.
  145.             - A lockup error was removed if you happened to hit either the
  146.               uP or DOWN arrow while sitting on the "Exit Without Saving"
  147.               button.
  148.             - The data input routines were updated, so as to EXACTLY mimic
  149.               the way CNet's other VDE editors work.
  150.             - The "Reload IdlePorts" option was moved to the Toggles screen,
  151.               instead of the "Save before leaving" screen(which would only
  152.               pop up if you had actually changed something).
  153.             - The "yellow vs. cyan" method of showing you what had changed
  154.               was removed from the scheme, as the internal VDE's don't show
  155.               you any way of telling what changed, other than presenting you
  156.               with the "want to save" screen if you DID happen to change a
  157.               value or two.
  158.             - Because the three BBSTEXT lines are read in automatically, I
  159.               removed references to these three lines from the TOGGLES VDE
  160.               screen.
  161.             - Two NEW toggles were added this version dealing with MCI codes
  162.               in the user created WHO banners. The first toggles whether or
  163.               not you allow MCI's to be used in the banners, while the 2nd
  164.               one is a toggle dealing with the SysOp Only MCI commands. The
  165.               user is only allowed to use the MCI's they have access to now.
  166.             - The "Create Who" options have been recoded to function again,
  167.               which means you can once again give the WHO's your own color
  168.               scheme(or choose one of the two built-in schemes).
  169.             - you are now presented with "You want to do this?" types of
  170.               prompts when choosing an alternate color scheme, or when
  171.               choosing to make a who module using given values. This allows
  172.               you to ABORT the operation if you wish to.
  173.             - Proper checking for editor aborting while using the CNet's
  174.               editor in the Glimpse and History sections was incorporated.
  175.             - There are now default _Banners, _Glimpse and _History files
  176.               stored in the "who/" directory. The _Banners file will be
  177.               copied into the user's uucp mail directory if you have the
  178.               multiple who banners toggle turned on, however the _Glimpse
  179.               and _History files are NOT. If a uaser does not have either a
  180.               Glimpse or History file stored in their uucp directory, the
  181.               default one will be shown on screen when using the LONG WHO
  182.               module, until such a time as the user creates ones of their
  183.               own choosing.
  184.             - The Preview Layout screen was updated to correctly show you a
  185.               copy of the new layout(it was still showing v2.1 versions of
  186.               the screen shots).
  187.             - References to looking for who banners from other programs was
  188.               rEMOVED from the present coding, as it was cluttering up the
  189.               coding I wanted to use for other things(helped to slightly
  190.               increase the execution speed of each module). You'll have to
  191.               manually remove other WHO programs you may have been using in
  192.               the past, as I will no longer be supporting "housecleaning"
  193.               types of routines for OTHER's works. :-)
  194.             - An ARexx Convert routine was included to create the _Banners,
  195.               Glimpse and _History files in each user's directory, as well
  196.               as adding the extra variables to the "Config.data" file.
  197.  
  198. -- v2.1d --
  199.  
  200.     - An "Only-If" Update. Not a COMPLETE archive. ONLY to be used by those
  201.       who do not wish to adjust the COLOR SCHEME and/or Yes/No toggles any
  202.       more than presently set to. Only released to those who requested the
  203.       changes that were made:
  204.     - The three lines in BBSTEXT that are used by the modules are now read
  205.       in automatically, and if changes are found, the config is updated to
  206.       suit. (This is why you can no longer edit those lines in the CONFIG!)
  207.     - There's a new "Fake Idle Minutes" variable added to the toggles screen
  208.       that allows you to specify an arbitrary value to be ADDED to the Idle
  209.       time for any users HIDING from other ports, as it was found that if a
  210.       user was HIDING from another user, when that other user did a WHO as
  211.       soon as they logged on, it would show the port as being idle for only
  212.       a minute or so, which gave the impresseion you logged off, because you
  213.       didn't want to talk to that user. Setting this value to something like
  214.       43 will make it look as if you haven't been around for awhile, while
  215.       at the same time, slowing incrementing as the user's call progresses.
  216.     - A problem where portions of a HIDDEN user's info was "seeping through"
  217.       to other users has been fixed(I think). If you were hiding, it would
  218.       sometimes show the user your handle or where you were, instead of just
  219.       blanking out that port as being Idle.
  220.     - Because CREATING custom Who Modules is not supported in this version,
  221.       I added a little screen to that effect, just in case you DO happen to
  222.       select one of the CREATE screens by mistake.
  223.     - Each WHO Module was slightly changed at the beginning to make changing
  224.       the TOGGLE variables a bit easier until the release of v3.0. I added
  225.       little comments next to each of the variables so you know which one
  226.       does what, as well as the proper values that can be used here.
  227.  
  228. -- v2.1c --
  229.  
  230.     - An "Only-If" Update. Not a COMPLETE archive. ONLY to be used by those
  231.       who do not wish to adjust the COLOR SCHEME and/or Yes/No toggles any
  232.       more than presently set to. Only released to those who requested the
  233.       changes that were made:
  234.         - All WHO displays (W/WH/WHO) now should correctly display Logon and
  235.           JoinLink statuses, instead of specifying those ports as "Idle".
  236.         - The LONG Who module received numerous Argument additions:
  237.             - "I" to reload Idle Port Banners quickly. (Controllers ONLY!)
  238.             - "E" to modify Idle Port Banners easily.  (Controllers ONLY!)
  239.             - "Q" to get a Quick Listing(No Glimpses, ----'s, or Prompt).
  240.             - "P" to display Idle Port Banner for CURRENT PORT.
  241.             - The "?" help menu for the "Long" Module was also changed, so
  242.               that only the Conference Controllers will be shown those extra
  243.               arguments that they have access to. Regular users won't even
  244.               know these arguments exist. (Don't worry, only CC's can USE
  245.               the commands anyways. This was just a cosmetic update change!)
  246.         - Each WHO now uses the three BBSTEXT lines that define your "Idle",
  247.           "(no one)", and "skip" text phrases. Edit them in the CONFIG file.
  248.     - A slight problem in the Idle Time display of the "Normal" module has
  249.       been corrected, as was an incorrect variable initialization in the
  250.       "Short" module.
  251.  
  252. -- v2.1 --
  253.  
  254.     - Update/Bug Fix Release Date: April 12, 1994!
  255.     - Fixed the "no carrier" bug in the "Edit Who Banner" routine.
  256.     - Disabled "More?" prompt in the CONFIG program.
  257.     - The Idle times now look more appealing, in Hours or Minutes.
  258.     - If multiple Who Banners are on file, the next one in the user's
  259.       list will be made their current banner whenever they sign on, and the
  260.       listing will be updated to reflect the change(and also to allow the
  261.       next one to be used on their next logon, etc.)
  262.     - Some custom coding errors(in the HELP menu of the Normal module) were
  263.       fixed, as were some minor color changes.
  264.     - LAST Release version until the release of the new v3.0!
  265.  
  266. -- v2.0 --
  267.  
  268.     - Release Date: March 4, 1994!
  269.     - The new IDLE TIMER routine dealing with IDLE PORTS had an error in it
  270.       that showed itself after Midnight rolled around. I was pulling my hair
  271.       out trying to find the cause of this, until I discovered that the Idle
  272.       timer used for USERS is also the SAME as that used for EMPTY PORTS. So,
  273.       this bug has been SQUASHED!
  274.     - The "IdlePorts" file now accepts a line entry of "D|Default Banner" to
  275.       be displayed on any ports where Idle Banners may NOT have been set up.
  276.       (You can simply LEAVE THIS OUT if you wish to see the Ports as they
  277.        would normally look).
  278.     - The user can now create an additional NINE Short Who Banners from the
  279.       LONG version module. Each can contain MCI commands as well. There's
  280.       even a quick option to select the NEXT Who Banner on their list to use
  281.       as their CURRENT Who Banner(And which will be saved to their regular
  282.       user account as well)! This option can also be DISABLED through the
  283.       CONFIG file, in which case the user would have to resort to EP;14!
  284.     - ALL THREE VERSIONS can now take OPTIONAL Port Arguments, so commands
  285.       like: w 0-2, wh 0 3 8, and who 0-2, 5-8, 15   are now POSSIBLE. You
  286.       can also specify "C"onfig, "B"anner, "G"limpse or "V"iew "H"istory as
  287.       arguments, when using the WHO (Long) version.
  288.     - It is now possible to also ABORT the Who listing BEFORE it has totally
  289.       been displayed on the screen!
  290.     - When viewing HISTORY files, it is now possible to select to View the
  291.       History of a PORT a user is signed onto, or to specify the user's ID,
  292.       Handle, or Real Name as before.
  293.     - There is now an ability to SKIP the display of any ports that may be
  294.       HIDING from the user, as these ports would normally be displayed as
  295.       IDLE Ports to the user.
  296.     - Something I'm calling a "Port Skip Block" has been added for those
  297.       multi-line systems who may be running HIGH-NUMBERED Ports, like in the
  298.       80's and 90's. In previous versions, the who just sat there reading
  299.       through all the EMPTY port slots, until it came to the next USED Port.
  300.       By specifying a "Port Skip Block", you can have it SKIP from one Port
  301.       to another, like "Skip from Port 4 to Port 90", etc.
  302.     - There is now a CONFIG file for CNet Who's! This unbelievable program
  303.       allows you to select the CoLORS, TEXT, and VARIABLE settings to use
  304.       for EACH Who, but it gets even better! There's no Config File that has
  305.       to be read in each time, nor are there global variables used. The
  306.       CONFIG file will actually REWRITE in HARD-CODE the changes you have
  307.       made to your Who's. It's possible to generate them all looking the
  308.       SAME, or you can create a different look for each version! Using what
  309.       I am calling the "Dotoran Data Editor", you have a VDE-type of editor,
  310.       complete with ghosted items for the SHORT and NORMAL versions! Now,
  311.       THIS IS POWER!
  312.     - The "IdleWhoT??" variables were REMOVED from this version, as they are
  313.       no longer needed, and the above CONFIG file has a setting to RELOAD the
  314.       "IdlePorts" file into the "IdleWhoB??" variables.
  315.   *=* This is NOT the last version! There WILL be a v3.0, but won't be for
  316.       awhile. I have already redrawn the look of the CONFIG file, so as to
  317.       hopefully be a bit more powerful, while at the same time, a bit easier
  318.       to use/see how a finished layout will look. I am playing around with
  319.       the ability to allow you to specify WHICH info you wish to use, and in
  320.       what ORDER you wish it to appear in. It will be awhile before I start
  321.       work on v3.0, as I plan on diving into the H2H WOF module next, and
  322.       will stick to it until it's first release! :-)  ENJOY EVERYONE!
  323.  
  324. -- v1.4 --
  325.  
  326.     - Release Date: February 12, 1994!
  327.     - The Normal & Long versions now support IDLE PORT INFO BANNERS, so you
  328.       can show the user such info as the phone number, baud rate, etc. that
  329.       is used for that port, or tell them which ports are reserved for SysOp
  330.       or Registered Use only, etc. etc...
  331.     - All three versions now support DUAL Idle Time displays. Users will be
  332.       shown the number of minutes EMPTY ports have been idle, as well as any
  333.       occupied port that has been idle for longer than 5 minutes.
  334.     - The Short & Normal versions received a "v1" variable, allowing SysOp's
  335.       to specify whether or not they wish to use the new Idle Timers and
  336.       Banners. The "CNet Standard" setting will also NOT show the HELP Menus
  337.       nor the final row of ==='s, so as to look IDENTICAL to the internal
  338.       CNet version!
  339.     - Still trying to find where Ken is storing the ETA line used with file
  340.       transfers that SHOULD be displayed, instead of the user's Who Banner.
  341.     - Version Strings changed slightly, so as to make the DATES a bit easier
  342.       to read and comprehend.
  343.     - The NAME of this mod has finally been firmed up, and will from this
  344.       point forward be called: "CNet Who's"   Enjoy Them!
  345.  
  346. -- v1.3 --
  347.  
  348.     - Release Date: February 4, 1994!
  349.     - Last MAJOR Release! Yes, I found the HIDE Problem! Finally! Hehe!
  350.     - While reading the new CNet Amiga Manual, I discovered that the WHO
  351.       command supposedly issues "M" and "H", in addition to "m" and "h",
  352.       although no matter how hard I tried, I could NOT get CNet's WHO to
  353.       give me the "M" or "H", but MY versions DO do it! Yes!
  354.     - Also added HELP LEVEL support. If the user is a "SuperUser", then only
  355.       the final line of ='s are printed. If they're an "Expert", then they'll
  356.       be shown the 1-line help menu, but if they're either a "Novice" or an
  357.       "Intermediate" user, they'll be given a multi-line menu.
  358.     - All three modules now include hard-coded VERSION strings! That's right,
  359.       100% working VERSION Strings.
  360.  
  361. -- v1.2 --
  362.  
  363.     - Release Date: February 2, 1994
  364.     - Third release still hasn't found a solution to the "Hide Problem".
  365.     - This release introduces an enhanced version of the LONG WHO module. It
  366.       allows the user to create/edit their existing WHO Banner, a 3-Line
  367.       "Glimpse" file, and a 20-Line "History" file. These "Glimpses" and
  368.       "Histories" are loaded into RAM when the user signs on, and are then
  369.       deleted from RAM when they log off. (This is done for two reasons:
  370.       Speed of Display, and less Wear & Tear on your Hard Drives!)
  371.     - When editing a "Glimpse" file, this program will first see if the file
  372.       "WHO" exists in their Mail directory. These "WHO" files are the 3-Line,
  373.       38 Character banners used by Brad Majors' NewWho program. The user is
  374.       then allowed to edit this "WHO" file, using the CNet Editor for a full
  375.       3 80-Character lines. When the file is SAVED, it becomes a "Glimpse"
  376.       file, while the "WHO" file is purged from the system. This should come
  377.       in handy for any SysOps using Brad's earlier work that wish to upgrade
  378.       to using this program.
  379.  
  380. -- v1.1 --
  381.  
  382.     - Release Date: January 21, 1994
  383.     - My second attempt took care of ALL previous problems, EXCEPT the ability
  384.       to truly HIDE ports that didn't wish to be seen. This problem has been
  385.       a REAL pain, as it can't be done easily, because it could result in a
  386.       lockup of the port doing the Who!
  387.  
  388. -- v1.0 --
  389.  
  390.     - My first attempt at duplicating CNet's WHO command to include a SHORT
  391.       form, as well as a long form.
  392.     - Things lacking included: Hide/Muffle/Conf status, Hidden Ports, Correct
  393.       CPS Rates, Correct Logon Times, and Correct "Smartness" concerning if
  394.       the SysOp wanted to display Idle Ports or Not!
  395.     - Date was sometime in December of 1993. Can't recall exactly when.
  396.  
  397. ============================================================================
  398.                         Frontiers BBS (716)/823-9892!
  399. ============================================================================
  400.